PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFBaseDigitalSignature Class / setName Method
The name of the person or authority signing the document.
In This Topic
    setName Method
    In This Topic
    Sets the name.
    This property should not be set for signatures.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The name of the person or authority signing the document.
    See Also